home *** CD-ROM | disk | FTP | other *** search
- name Bandit 1
-
- / 00
- F >3.>1
- N >4
- G >2
- X ->3.>4
- x ->3.>4
- Y ->3.>4
- y ->3.>4
- q ->3.>4
- Z ->3.>4
- z ->3.>4
- I ->3.>4
- J ->3.>4
- Q ->3.>4
- R ->3.>4
- P ->3.>4
- K ->3.>4
- H >2
- D >2
- T >30 Mult 100
- t ->3.>4
- M 1
- L >2
- W >2
- C >2
- S >4
- n 0 N
- m 0
- e 0
- g >2 G
-
- ModalLetters X x Y y Z F # List of letters that are modal
-
- Sequence#s N 0 1 1 # Char, freq, incr & start
-
- Comment ( ) # Begin End comment char.
-
- HCode X # X or X U 'Horizontal char.
- VCode Y # Y or Y V 'Vertical char.
- Dcode Z # Depth char.
- FeedCode # Feed rate char.
-
- CtrCode I J # I J or R or I J K L
- Helical? N
-
- Spaces? Y # Y or N 'Spaces between words
- Incremental? N # Y or N 'Inc or abs output
- CtrIncremental? N # Y or N 'Inc or abs I & J
- ByQuadrants? Y # Y or N 'Break arcs at quadrants
- Inc/Abs G 91 90 # Inc & Abs char. & values
-
- Work G # Work offset register
-
- MinRad .0005 # Minimum arc radius
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
- Drill 3 # Drilling canned/manual cycle
- F[Frate]
- Z[D] t[Dwell] g81
- x[H] y[V]
- x[H] y[V]
- end cancel
-
- Peck 3 # Pecking canned/manual cycle
- F[Frate]
- q[D] Z[VBite] t[Dwell] g83
- x[H] y[V]
- x[H] y[V]
- end cancel
-
- Cancel # Cancel a canned/manual cycle
- G80
- end
-
- StartCode # Start of the program
- n0
- m0
- End
-
- 1stToolChange # First tool change
- G90
- T[Tool]
- x[H] y[V]
- z[D]
- End
-
- ToolChange # Secondary tool changes
- T0
- G98
- M0
- T[Tool]
- x[H] y[V]
- z[D]
- End
-
- EndCode # End of the program
- T0
- G98
- M2
- e0
- End
-
- LineCode # Linear move
- F[Frate]
- X[H] Y[V] Z[D]
- End
-
- RapidCode # Rapid move
- x[H] y[V] z[D]
- End
-
- CcwCode # CCW circular move
- F[Frate]
- X[H] Y[V] I[Ival] J[Jval]
- End
-
- CwCode # CW circular move
- F[Frate]
- X[H] Y[V] I[Ival] J[Jval]
- End
-
- Replace "m" With "N&"
- Replace "e" With ""
- Replace "x" With "/X"
- Replace "y" With "/Y"
- Replace "z" With "/Z"
- Replace "t" With "/T"
- Replace "q" With "/Z"
- Replace "I" With "/X"
-